Flextable of women dataset

height

weight

58

115

59

117

60

120

61

123

62

126

63

129

64

132

65

135

66

139

67

142

68

146

69

150

70

154

71

159

72

164

Tail

## # A tibble: 10 × 7
##       id   age sex   status    date_of_onset date_of_sample district
##    <dbl> <dbl> <chr> <chr>     <date>        <date>         <chr>   
##  1    71    29 M     confirmed 2014-06-06    2014-06-11     Kailahun
##  2   168    57 F     confirmed 2014-06-16    2014-06-21     Kailahun
##  3    73    35 F     confirmed 2014-06-06    2014-06-11     Kailahun
##  4   190    26 F     confirmed 2014-06-19    2014-06-25     Kenema  
##  5   214     6 F     confirmed 2014-06-24    2014-06-30     Kenema  
##  6    28    45 F     confirmed 2014-05-27    2014-06-01     Kailahun
##  7    12    27 F     confirmed 2014-05-22    2014-05-27     Kailahun
##  8   110     6 M     confirmed 2014-06-10    2014-06-15     Kailahun
##  9   209    40 F     confirmed 2014-06-24    2014-06-27     Kailahun
## 10    35    29 M     suspected 2014-05-28    2014-06-01     Kenema

No of columns

## [1] 7

No of rows

## [1] 200

Dimension

## [1] 200   7

Summary of ebola dataset

##        id              age            sex               status         
##  Min.   :  1.00   Min.   : 1.80   Length:200         Length:200        
##  1st Qu.: 62.75   1st Qu.:20.00   Class :character   Class :character  
##  Median :131.50   Median :35.00   Mode  :character   Mode  :character  
##  Mean   :136.72   Mean   :33.85                                        
##  3rd Qu.:208.25   3rd Qu.:45.00                                        
##  Max.   :285.00   Max.   :80.00                                        
##                   NA's   :4                                            
##  date_of_onset        date_of_sample         district        
##  Min.   :2014-05-18   Min.   :2014-05-23   Length:200        
##  1st Qu.:2014-06-01   1st Qu.:2014-06-07   Class :character  
##  Median :2014-06-13   Median :2014-06-18   Mode  :character  
##  Mean   :2014-06-12   Mean   :2014-06-17                     
##  3rd Qu.:2014-06-23   3rd Qu.:2014-06-29                     
##  Max.   :2014-06-29   Max.   :2014-07-17                     
## 

Image visualization of dataset ### Categories of ebola dataset

## # A tibble: 5 × 5
##   col_name         cnt common     common_pcnt levels           
##   <chr>          <int> <chr>            <dbl> <named list>     
## 1 date_of_onset     39 2014-06-10        10   <tibble [39 × 3]>
## 2 date_of_sample    45 2014-06-15         9.5 <tibble [45 × 3]>
## 3 district           7 Kailahun          77.5 <tibble [7 × 3]> 
## 4 sex                2 F                 57   <tibble [2 × 3]> 
## 5 status             2 confirmed         91   <tibble [2 × 3]>

Plot of ebola data

ggplotly

Histogram of numeric columns in ebola data